enableImageCache
Type
property
Summary
Use cache when rendering list items.
Syntax
set the enableImageCache of widget to <Boolean>
get the enableImageCache of widget
Description
Use the enableImageCache property to enable (true) or disable (false) image caching. If enableImageCache is true when an image is first rendered, its computed data will be stored internally and used each time the image is rendered again, saving the widget to reload big images. Disabling this will make alpha of the images work correctly but you should use optimized images. i.e if your item is 300 pixels width and 300 pixels height make sure the images fits exactly that size